Log in Register Dashboard Temp Share Shortlinks Frames API

shubh - HTMLify profile

shubh's Profile Picture

shubh

87 Files

23517 Views

Latest files of /shubh/html css project

Doraemon_Image2.png shubh/html css project/Doraemon_Image2.png
135 Views
0 Comments
Media file
Doraemon_Image6.png shubh/html css project/Doraemon_Image6.png
143 Views
0 Comments
Media file
BackgroundImage.png shubh/html css project/BackgroundImage.png
116 Views
0 Comments
Media file
Doraemon_Image1.png shubh/html css project/Doraemon_Image1.png
140 Views
0 Comments
Media file
Doraemon_Image3.png shubh/html css project/Doraemon_Image3.png
142 Views
0 Comments
Media file
README.md shubh/html css project/README.md
363 Views
0 Comments
# HTML-CSS-Projects
Doraemon_Image4.png shubh/html css project/Doraemon_Image4.png
145 Views
0 Comments
Media file
style.css shubh/html css project/style.css
157 Views
0 Comments
body{
background-color: black;
background-image: url("BackgroundImage.png");
background-size: cover;
}
p{
color: white;
font-family: fantasy;
index.html shubh/html css project/index.html
408 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Image Cards</title>
<link rel="stylesheet" href="style.css">
</head>
Doraemon_Image5.png shubh/html css project/Doraemon_Image5.png
147 Views
0 Comments
Media file